home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / earkit / useful / hsc / src_docs / distrib.hsc < prev    next >
Text File  |  1997-01-06  |  2KB  |  75 lines

  1. <WEBPAGE chapter="hsc - " title="Archive contents"
  2.     PREV="require.html"
  3.     NEXT="features/spctags.html">
  4.  
  5. <$macro ArcH NAME:string/r>
  6. <H2><(name)></H2>
  7. <P>(size: <(GetFileSize((":../../"+name)))>)</P>
  8. </$macro>
  9.  
  10. This is a short explanation of the files and directories
  11. coming with the archives:
  12.  
  13. <ArcH NAME="hsc.lha">
  14.  
  15. This one is the complete distribution of the AmigaOS-version and
  16. includes the binaries, 
  17. <PRE>
  18.     hsc            executable for preprocessor
  19.     hscdepp        executable for hsc's dependency procreator
  20.     hscpitt        executable for hsc's project interfering and trashing tool
  21.     hsc.prefs      contains html-syntax-definition
  22.     CHANGES        program history
  23.     README         short introduction
  24.     IMPORTANT      where to start and what to read
  25.     COPYING        The GNU General public license
  26.     example/       a short example project
  27.     grafflwerk/    miscellaneous stuff that might be useful
  28.     docs/          documentation drawer; start browsing <qq>index.html</qq>
  29.     src_docs/      hsc-sources for documentation drawer; as example
  30.  
  31. </PRE>
  32.  
  33. <P>If this release contains some major changes, there is also a file
  34. named
  35. <$if COND=(exists("/Hmpf_Grmbl_Wrcks"))>
  36.     <qq><FILE><A HREF=":../Hmpf_Grmbl_Wrcks">Hmpf_Grmbl_Wrcks</A></FILE></qq>,
  37. <$else>
  38.     <qq><FILE>Hmpf_Grmbl_Wrcks</FILE></qq>,
  39. </$if>
  40. dealing with the most important
  41. in-combat-ibilities and promising that this will never be
  42. necessary again.</P>
  43.  
  44. <P>This archive is available from the <hsc-support> and
  45. <AMINET FILE="text/hyper/hsc.lha">.</P>
  46.  
  47. <ArcH NAME="hsc-source.lha">
  48.  
  49. These are the ANSI-C sources to compile <hsc> and <hscdepp>.
  50. You probably will have to modify the <Makefile>.
  51.  
  52. <PRE>
  53.     README         Instruction how to modify the Makefile
  54.     COPYING        The GNU General public license
  55.     Makefile       Makefile to compile the whole thing
  56.     Makefile.dodl  Makefile for CC and weenixes
  57.     hsclib/        parser-functions
  58.     hscprj/        project-management-functions
  59.     hsc/           hsc, the preprocessor
  60.     hsctools/      hscdepp and hscpitt
  61.     ugly/          my personal function library; experimental stuff
  62. </PRE>
  63.  
  64. <P>This archive is available from the <hsc-support> and 
  65. <AMINET FILE="text/hyper/hsc-source.lha">.</P>
  66.  
  67. <ArcH NAME="hsc-all.lha">
  68.  
  69. <P>A compilation of the two above archives. Contains everything except
  70. the AmigaOS-executables; supposed to be compiled on other systems.</P>
  71.  
  72. This archive is only available from the <hsc-support>.
  73.  
  74. </WEBPAGE>
  75.